home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar96 / kmatica.dir / 00187.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  613 b   |  27 lines

  1. on Diana
  2.   if rollOver(35) then
  3.     puppetSprite(35, 1)
  4.     set the castNum of sprite 35 to the number of cast "diana"
  5.   else
  6.     puppetSprite(35, 0)
  7.   end if
  8.   if rollOver(36) then
  9.     puppetSprite(36, 1)
  10.     set the castNum of sprite 36 to the number of cast "diana"
  11.   else
  12.     puppetSprite(36, 0)
  13.   end if
  14.   if rollOver(37) then
  15.     puppetSprite(37, 1)
  16.     set the castNum of sprite 37 to the number of cast "diana"
  17.   else
  18.     puppetSprite(37, 0)
  19.   end if
  20.   if rollOver(38) then
  21.     puppetSprite(38, 1)
  22.     set the castNum of sprite 38 to the number of cast "diana"
  23.   else
  24.     puppetSprite(38, 0)
  25.   end if
  26. end
  27.